home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 44
/
Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso
/
Aminet
/
util
/
libs
/
extralib.lha
/
ExtraLib.readme
< prev
Wrap
Text File
|
2001-05-01
|
3KB
|
76 lines
Short: dynamic buffer system, CRC, text, memory
Uploader: rhosigma@crosswinds.net (Roland Heyder)
Author: rhosigma@crosswinds.net (Roland Heyder)
Type: util/libs
Version: extra.library v2.118 (28.04.01)
Requires: at least OS 1.2 (v33+) / OCS
english:
¯¯¯¯¯¯¯¯
This is a demoversion of extra.library, but fully functional !!
For further information, and how to register please read »Legal-ReadMe«
in the docs.
features are:
- complex dynamic buffer system for easy file handling
- support functions to compute CRCs in standard filesystems
- some functions for string handling and parameter conversion
- also some plastic surgery i.e. colorful »DisplayAlert()«-replacement
- special version for CGX-Support, but needs at least OS 2.0 (v36+) and
optional the cybergraphics.library v40+
deutsch:
¯¯¯¯¯¯¯¯
Dies ist eine Demoversion der extra.library, jedoch voll funktionsfähig !!
Für weitere Informationen und Hinweise zur Registrierung lesen Sie bitte
den Abschnitt »Legal-ReadMe« in der Dokumentation.
aus dem Inhalt:
- komplexes dynamisches Puffer-System für einfache Dateihandhabung
- unterstützende Funktionen zur Checksummenbildung in Standard-Filesystemen
- einige Funktionen zur Stringhandhabung und Parameterumwandlung
- des weiteren ein wenig plastische Chirurgie, z.B. eine farbenfrohe
»DisplayAlert()«-Routine
- eine spezielle Version mit CGX-Unterstützung, benötigt jedoch mindestens
OS 2.0 (v36+) sowie optional die cybergraphics.library v40+
-----------------------------------------------------------------------------
History:
¯¯¯¯¯¯¯¯
v1.323 (18.11.00)
- First public release
v2.062 (03.03.01)
- some minor changes for CGX-Support, now only using CGX-Modes if
the first (topmost) screen is already a CGX-Screen, otherwise
fall back to OCS/ECS/AGA
- fixed a really stupid bug in system function entry »Close()«
which caused a memory loss of approx. 104 bytes every time it
was called by »exec/CloseLibrary()«
- 3 new enhanced functions for the dynamic buffer system to allow
to specify the type of memory to use for the buffers
v2.078 (19.03.01)
- just forgot to change the version/revision entries within the
library base structure, which caused an error calling
»exec/OpenLibrary()« with version argument set to v2
- fixed a small bug in routine »BufInfo()«, APTR bib_LastFind was
filled in incorrect
v2.118 (28.04.01)
- some time critical functions optimized for better speed using
an Profiler-Tool
- introduced a common way for function init & cleanup in preparation
to make the library usable for ARexx
- build in a skeleton ARexx function entry, so ARexx ability will
come soon but not finished yet